func internal/runtime/maps.rand
7 uses
internal/runtime/maps (current package)
map.go#L269: m.seed = uintptr(rand())
map.go#L333: m.seed = uintptr(rand())
map.go#L678: m.seed = uintptr(rand())
map.go#L765: m.seed = uintptr(rand())
runtime.go#L22: func rand() uint64
table.go#L694: it.entryOffset = rand()
table.go#L695: it.dirOffset = rand()
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)